home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 275
- Top = 531
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Warning: Low system resources'
- ClientHeight = 204
- ClientWidth = 412
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 9
- Top = 7
- Width = 35
- Height = 35
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 59
- Top = 110
- Width = 346
- Height = 13
- Caption =
- 'Current system resources (Note: taken at time of message; do not' +
- ' update)'
- end
- object Label2: TLabel
- Left = 80
- Top = 127
- Width = 153
- Height = 13
- Caption = 'System: 0% User: 0% GDI: 0%'
- end
- object StaticText1: TStaticText
- Left = 59
- Top = 7
- Width = 350
- Height = 42
- AutoSize = False
- Caption =
- 'FreeRAM XP has detected low system resources. Consider closing s' +
- 'ome applications, or saving all your work and restarting Windows' +
- '.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object StaticText2: TStaticText
- Left = 59
- Top = 49
- Width = 345
- Height = 21
- AutoSize = False
- Caption =
- 'Low system resources (under 20%) may cause your computer to cras' +
- 'h.'
- TabOrder = 1
- end
- object StaticText3: TStaticText
- Left = 59
- Top = 66
- Width = 345
- Height = 37
- AutoSize = False
- Caption =
- 'FreeRAM XP is displaying this message because one or more system' +
- ' resources is below the user-specified limit. To change this lim' +
- 'it, please go to the Settings window.'
- TabOrder = 2
- end
- object Button1: TButton
- Left = 35
- Top = 149
- Width = 81
- Height = 25
- Hint = 'Click to close.'
- Caption = '&OK'
- Default = True
- TabOrder = 3
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 18
- Top = 180
- Width = 401
- Height = 17
- Hint =
- 'This option specifies if FreeRAM XP will always display a warnin' +
- 'g message when system resources are below a user-specified amoun' +
- 't.'
- Caption =
- '&Display a warning message when low system resources are detecte' +
- 'd'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- object Button3: TButton
- Left = 294
- Top = 149
- Width = 81
- Height = 25
- Hint = 'Click to open the Settings window.'
- Caption = 'S&ettings'
- TabOrder = 5
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 123
- Top = 149
- Width = 164
- Height = 25
- Hint =
- 'Click to close this window and disable this warning message unti' +
- 'l the next time FreeRAM XP is started.'
- Cancel = True
- Caption = '&Disable Warning this Session'
- TabOrder = 6
- OnClick = Button2Click
- end
- end
-